home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / VideoToolbox 96.06.15 / Libs / GestaltValue.h < prev    next >
Text File  |  1994-09-23  |  532b  |  26 lines

  1.  
  2. /************************************************************
  3.  
  4. Created: Tuesday April 29, 1992
  5.  GestaltValue.h
  6.  
  7.  
  8.   Copyright Apple Computer, Inc. 1992
  9.   All rights reserved
  10.  
  11. ************************************************************/
  12.  
  13.  
  14. #ifndef __GESTALTVALUE__
  15. #define __GESTALTVALUE__
  16.  
  17. #ifndef __TYPES__
  18. #include <Types.h>
  19. #endif
  20.  
  21. pascal OSErr NewGestaltValue (OSType selector, long newValue);
  22. pascal OSErr ReplaceGestaltValue (OSType selector, long replacementValue);
  23. pascal OSErr DeleteGestaltValue (OSType selector);
  24.  
  25. #endif
  26.